-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move epipredict
vignette datasets to epidatasets
#5
Conversation
Co-authored-by: brookslogan <[email protected]>
rename all the underlying data to *_dt move dates into `local` and use :::
849b65f
to
a42a262
Compare
Not sure why so much commit history is showing up here. Edit: this seems to be an annoying issue with squash merges. This branch was off of another feature branch. Squash-merging that one to |
Rebasing this is getting really messy, so I'm going to leave the commit history as-is. Commits that aren't on |
* add extended version of covid_case_death_rates * use syntax for new version of epiprocess
with `.before = Inf`, though simply omitting & relying on default would work as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a very minor tweak and files an issue about 7dav and prop signal history off into #9.
Adds several new datasets that are currently either exported by
epipredict
or are used in its vignettes (but not exported). The datasets are:archive_cases_dv_subset_all_states
case_death_rate_archive_tbl
county_smoothed_cli_comparison
Saves data to disk using version 2 of
save
, for compatibility with older versions of R. Changes data variables indata-raw
scripts from*_dt
to*_tbl
. Change thecovid_case_death_rates
as_of
date to matchepipredict
test expectations. Convertctis_covid_behaviours
to anepi_df
.